'Declaration Public Overloads Shared Function CreateCollectorResultsAnalyzer<TTargetThe type of the target.,TCollectorTargetThe type of the collector target.,TValueThe type of the value.>( _
ByVal nameThe name of executor.As System.String, _
ByVal collectorThe results collector.As Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector(Of TTarget,TValue), _
ByVal ParamArray processingCommandsThe processing commands to process results.As IProcessingCommand(Of TTarget) _
) As IProcessingCommand(Of TTarget) (Of TTargetThe type of the target., TCollectorTargetThe type of the collector target., TValueThe type of the value.)
public static IProcessingCommand<TTarget> CreateCollectorResultsAnalyzer<TTarget,TCollectorTarget,TValue>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector<TTarget,TValue> collector,
params IProcessingCommand<TTarget> processingCommands
)
public: static IProcessingCommand<TTarget*>* CreateCollectorResultsAnalyzer<TTarget,TCollectorTarget,TValue>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector<TTarget,TValue*>* collector,
params IProcessingCommand<TTarget*>* processingCommands
)
generic<typename TTarget> generic<typename TCollectorTarget> generic<typename TValue> public:
static IProcessingCommand<TTarget^>^ CreateCollectorResultsAnalyzer(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector<TTarget,TValue^>^ collector,
... IProcessingCommand<TTarget^>^ processingCommands
)
Parameters
- name
- The name of executor.
- collector
- The results collector.
- processingCommands
- The processing commands to process results.
Type Parameters
- TTarget
- The type of the target.
- TCollectorTarget
- The type of the collector target.
- TValue
- The type of the value.
Return Value
New instance of CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue> class.